home *** CD-ROM | disk | FTP | other *** search
/ Designer's Club 1997 August / Designer's Club 1997 August.iso / mac / Idea Source / Gallery.DIR / 00187.ls < prev    next >
Encoding:
Text File  |  1997-06-16  |  334 b   |  17 lines

  1. on mouseDown
  2.   global gallery
  3.   set the visible of sprite 7 to 1
  4.   set gallery to "slideshow"
  5.   puppetSound(1, "click")
  6.   repeat while the mouseDown
  7.     set the visible of sprite 3 to 0
  8.     updateStage()
  9.   end repeat
  10.   set the visible of sprite 3 to 1
  11.   if the frame = "2" then
  12.     nothing()
  13.   else
  14.     go(the frame - 1)
  15.   end if
  16. end
  17.